home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / scitech / mtl11 / help.me < prev    next >
Encoding:
Text File  |  1992-06-22  |  1.3 KB  |  33 lines

  1.  
  2.                 Frequently Asked Questions about the MegaToolbox
  3.                 ------------------------------------------------
  4.  
  5. Q1: I am using the mouse module in my programs, but after my
  6.     program exits, my machine crashes mysteriously if I move the
  7.     mouse or press a mouse button.
  8.  
  9. A1: If you have used the mouse module to install your own
  10.     mouse event handling routine (with MS_swapIntSub), you must
  11.     ensure that MS_exit() is called upon program termination to
  12.     de-install this event handling mechanism. The event module
  13.     ensures that MS_exit() is called upon program termination
  14.     when it is installed with EVT_init().
  15.  
  16. - - - - -
  17.  
  18. Q2: When I try to write programs using the event handling library
  19.     using the Borland C++ Integrated Development Environment (IDE),
  20.     my system crashes when single stepping my program.
  21.  
  22. A2: There is a bug in the Borland C++ IDE that stops it from working
  23.     properly with programs that take of the keyboard interrupt. Thus
  24.     you cannot debug programs that use the event library under the
  25.     IDE, but you can use the standalone debugger.
  26.  
  27.     In order to support debugging under the IDE, a special debugging
  28.     event library is included in the distribution (see the read.me
  29.     file) that will work under the IDE.
  30.  
  31. - - - - -
  32.  
  33.